python-facebook software package provides Python wrappers for the Facebook API, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install python-facebook
python-facebook is installed in your system.
Make ensure the python-facebook package were installed using the commands given below,
$ sudo dpkg-query -l | grep python-facebook *
You will get with python-facebook package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Python |
| Package | python-facebook |
| Version | 0.svn20100209-3build1 |
| Description | Python wrappers for the Facebook API |
| Sub Section | Python |